﻿2026-07-17T03:04:35.5186973Z ##[group]Run actions/checkout@v5
2026-07-17T03:04:35.5187330Z with:
2026-07-17T03:04:35.5187564Z   repository: BigscreenVR/spt-bs-core
2026-07-17T03:04:35.5189389Z   token: ***
2026-07-17T03:04:35.5189602Z   ssh-strict: true
2026-07-17T03:04:35.5189877Z   ssh-user: git
2026-07-17T03:04:35.5190109Z   persist-credentials: true
2026-07-17T03:04:35.5190502Z   clean: true
2026-07-17T03:04:35.5190708Z   sparse-checkout-cone-mode: true
2026-07-17T03:04:35.5190932Z   fetch-depth: 1
2026-07-17T03:04:35.5191154Z   fetch-tags: false
2026-07-17T03:04:35.5191399Z   show-progress: true
2026-07-17T03:04:35.5191604Z   lfs: false
2026-07-17T03:04:35.5191799Z   submodules: false
2026-07-17T03:04:35.5192004Z   set-safe-directory: true
2026-07-17T03:04:35.5192259Z env:
2026-07-17T03:04:35.5192481Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-17T03:04:35.5192739Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-17T03:04:35.5193049Z ##[endgroup]
2026-07-17T03:04:35.6899273Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-17T03:04:35.6900427Z ##[group]Getting Git version info
2026-07-17T03:04:35.6900900Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-17T03:04:35.7275499Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-17T03:04:35.7495309Z git version 2.43.0.windows.1
2026-07-17T03:04:35.7524230Z ##[endgroup]
2026-07-17T03:04:35.7532865Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\73465520-1133-4506-9731-87ae23b598e3\.gitconfig'
2026-07-17T03:04:35.7546461Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\73465520-1133-4506-9731-87ae23b598e3' before making global git config changes
2026-07-17T03:04:35.7548366Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T03:04:35.7551865Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-17T03:04:35.7825626Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-17T03:04:35.8070323Z https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:04:35.8098901Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-17T03:04:35.8103858Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-17T03:04:35.9775856Z refs/heads/main
2026-07-17T03:04:35.9800870Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-17T03:04:36.0147512Z HEAD is now at 8d5dcab2 Merge pull request #18 from BigscreenVR/build/redispatch-stall-w1
2026-07-17T03:04:36.1054906Z ##[endgroup]
2026-07-17T03:04:36.1058822Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-17T03:04:36.7936396Z ##[group]Cleaning the repository
2026-07-17T03:04:36.7940918Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-17T03:04:38.4581967Z Removing target/
2026-07-17T03:04:38.4614930Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-17T03:04:38.8361516Z HEAD is now at 8d5dcab2 Merge pull request #18 from BigscreenVR/build/redispatch-stall-w1
2026-07-17T03:04:38.8384919Z ##[endgroup]
2026-07-17T03:04:38.8390137Z ##[group]Disabling automatic garbage collection
2026-07-17T03:04:38.8397663Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-17T03:04:38.8655615Z ##[endgroup]
2026-07-17T03:04:38.8656137Z ##[group]Setting up auth
2026-07-17T03:04:38.8661934Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-17T03:04:38.8911065Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-17T03:04:39.6169338Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T03:04:39.6448116Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-17T03:04:40.3668362Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T03:04:40.3918061Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-17T03:04:41.2309280Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-17T03:04:41.2588414Z ##[endgroup]
2026-07-17T03:04:41.2588821Z ##[group]Fetching the repository
2026-07-17T03:04:41.2598804Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0c7025338db716a5ed9cc4ceaa8d85dd04a38840:refs/remotes/origin/main
2026-07-17T03:04:42.0261414Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:04:42.0261966Z  + 8d5dcab2...0c702533 0c7025338db716a5ed9cc4ceaa8d85dd04a38840 -> origin/main  (forced update)
2026-07-17T03:04:42.0392840Z ##[endgroup]
2026-07-17T03:04:42.0393207Z ##[group]Determining the checkout info
2026-07-17T03:04:42.0394565Z ##[endgroup]
2026-07-17T03:04:42.0399018Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-17T03:04:42.2125766Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-17T03:04:42.2374462Z ##[group]Checking out the ref
2026-07-17T03:04:42.2382915Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-17T03:04:42.3049921Z branch 'main' set up to track 'origin/main'.
2026-07-17T03:04:42.3050258Z Your branch is up to date with 'origin/main'.
2026-07-17T03:04:42.3050880Z Previous HEAD position was 8d5dcab2 Merge pull request #18 from BigscreenVR/build/redispatch-stall-w1
2026-07-17T03:04:42.3051319Z Switched to and reset branch 'main'
2026-07-17T03:04:42.3071582Z ##[endgroup]
2026-07-17T03:04:42.3349165Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-17T03:04:42.3586290Z 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
